Name | Description | |
---|---|---|
![]() | C1DataCollectionList<T> Constructor | Initializes a new instance of the C1DataCollectionList<T> class. |
The following tables list the members exposed by C1DataCollectionList<T>.
Name | Description | |
---|---|---|
![]() | C1DataCollectionList<T> Constructor | Initializes a new instance of the C1DataCollectionList<T> class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the System.Collections.ICollection. |
![]() | IsFixedSize | Gets whether the collection size can change. |
![]() | IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). |
![]() | Item | Gets or sets the element at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollection. |
![]() | AddRange | Adds a range of items. |
![]() | Clear | Removes all items from the ICollection. |
![]() | Contains | Overloaded. Determines whether the ICollection contains a specific value. |
![]() | CopyTo | Overloaded. Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Overloaded. Determines the index of a specific item in the System.Collections.IList. |
![]() | Insert | Overloaded. Inserts an item to the System.Collections.IList at the specified index. |
![]() | InsertRange | Inserts a range of items in the collection. |
![]() | Move | Moves the item at the from position to to. |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the System.Collections.IList. |
![]() | RemoveAt | Removes the IList item at the specified index. |
![]() | RemoveRange | Removes a range of items. |
![]() | ReplaceRange | Replaces a range of items. |
Name | Description | |
---|---|---|
![]() | AsDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |
![]() | ToDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs after the items in the collection changed. |